If block-create didn't work, then chances are block-destroy doesn't work
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 13 Aug 2005 09:06:44 +0000 (09:06 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sat, 13 Aug 2005 09:06:44 +0000 (09:06 +0000)
commit561b5b9cd3adfada03a77f45389583dc2efb5ff8
treefb86492c507d8b41ba17141de2e8b0ce374d0710
parent2591bbb102f16f02b75abd74adde94fa1b43274a
If block-create didn't work, then chances are block-destroy doesn't work
either right :-)

In this case, XendDomain.py is just calling a function that doesn't
exist (device_destroy instead of device_delete).

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
tools/python/xen/xend/server/controller.py